home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / ans37f.zip / ZOOM.CTL < prev    next >
Text File  |  1994-04-30  |  14KB  |  318 lines

  1. ;
  2. ;           The ANSWER Voice Mail System software configuration file
  3. ;
  4. ;              Configuration file for ANSWER.EXE, ZOOM version
  5.  
  6. ; This is a plain ASCII text file which is used to initialize the default
  7. ; options for ANSWER.EXE.  To edit this file, you should use either a straight
  8. ; ASCII text editor, or a word processor in non-document mode.
  9.  
  10. ; When ANSWER starts, it will set all options to a hard coded default; value.  It will then read "OPTIONS.DAT" if it exists.  If not, then the; Options menu will be invoked.  Otherwise, the defaults are changed to; those saved in the "OPTIONS.DAT" file.  It will then read this; configuration file if and only if this file is specified on the command
  11. ; line.  Any options set here will override the defaults with any new
  12. ; values specified.  If any options are not specified here, then they will
  13. ; remain the default value.  If an unrecogized key word is found, or if any
  14. ; of the parameters are found to be invalid, then ANSWER will terminate
  15. ; with an error message identifying the unrecognized key word or invalid
  16. ; parameter.  Once the file is read in, the options are written to the
  17. ; "OPTIONS.DAT" file and become the new defaults for all successive
  18. ; executions of ANSWER.  This means that once this file is read in and the
  19. ; options are saved, this file is no longer needed unless you wish to
  20. ; change the defaults.  Any options which are changed from within ANSWER
  21. ; (in the Control or Options menu) are written to "OPTIONS.DAT", but are
  22. ; not changed in this file.  This means that the next time ANSWER is run,
  23. ; it will read the changed defaults from "OPTIONS.DAT" but will override
  24. ; those options with the values read from this file.  Future version might
  25. ; write out the changed options to this file.
  26.  
  27. ; Lines beginning with a letter character are considered key word lines.
  28. ; All characters after the first semi-colon on a line are ignored.
  29. ; If the last line in the file is a key word line, it must have a CR after it.
  30. ; All blank lines are ignored.
  31. ; All parameters must be separated from key words by spaces or tabs.
  32.  
  33. ; For the following pathname key words, please specify the full pathname
  34. ; to the directory.  If the drive letter is not specified, then the current
  35. ; drive will be used.  If a '\' does not precede the pathname, then it will
  36. ; be considered a subdirectory off of the current directory.  No trailing '\'
  37. ; is required.  If the directory does not exists, it will be automatically and
  38. ; recursively created.
  39.  
  40. ; The 'PGMDir' key word tells ANSWER where to find its operating files.  This
  41. ; defaults to the current directory.
  42.  
  43. PGMDir        c:\answer    ; Program Directory
  44.  
  45. ; The 'OGMDir' key word tells ANSWER where to find OutGoing Messages.  These
  46. ; are OGM*.BIN and the Information Server message files.  This defaults to
  47. ; the current directory.
  48.  
  49. OGMDir        c:\answer\ogm    ; Outgoing Messages Directory
  50.  
  51. ; The 'ICMDir' key word tells ANSWER where to keep and find InComing Messages.
  52. ; These are ICM*.BIN and the Voice Mail Box message files.  This defaults to
  53. ; the current directory.
  54.  
  55. ICMDir        c:\answer\icm    ; Incoming Messages Directory
  56.  
  57. ; The 'TMPDir' key word tells ANSWER where it can write its temporary files.
  58. ; This defaults to the current directory.
  59.  
  60. TMPDir        c:\answer\tmp    ; Temporary Working Directory
  61.  
  62. ; The 'BINDir' key word tells ANSWER where to find the required operating
  63. ; voice files (all pre-recorded voice files).  This defaults to a subdirectory
  64. ; of "BIN" off of the current directory.
  65.  
  66. BINDir        c:\answer\bin    ; Operating Messages Directory
  67.  
  68. ; The 'FAXDir' key word tells ANSWER where to get/put FAX files.  This defaults
  69. ; to the current directory.
  70.  
  71. FAXDir        c:\answer\fax    ; Fax Receive Directory
  72.  
  73. ; Log filename
  74.  
  75. Log    c:\answer\answer.log    ; Log file
  76.  
  77. ; The 'Mouse' key word enables/disables the mouse.  Valid parameters are
  78. ; Yes and No.  This defaults to No.
  79.  
  80. Mouse        No        ; Mouse enabled/disabled
  81.  
  82. ; The 'MouseSens' key word sets the mouse sensitivity.  Valid parameter range
  83. ; is from 0 to 256.  This defaults to 128.
  84.  
  85. MouseSens    128        ; Mouse sensitivity
  86.  
  87. ; The 'ICMLimit' key word sets the limit of incoming messages.  Valid parameter
  88. ; range is from 1 to 255 and is measured seconds.  This defaults to 30.
  89.  
  90. ICMLimit    30        ; Incoming Message recording limit in seconds
  91.  
  92. ; The 'OGMLimit' key word sets the limit of outgoing messages.  Valid parameter
  93. ; range is from 1 to 255 and is measured seconds.  This defaults to 90.
  94.  
  95. OGMLimit    90        ; Outgoing Message recording limit in seconds
  96.  
  97. ; The 'VMBLimit' key word sets the limit of incoming voice mail box messages.
  98. ; Valid parameter range is from 1 to 255 and is measured seconds.  This
  99. ; defaults to 60.
  100.  
  101. VMBLimit    60        ; Voice Mail Box message limit in seconds
  102.  
  103. ; The 'MsgBufSize' key word set the size of RAM buffer to be used during
  104. ; message playback and record.  When using the no interrupt method for
  105. ; messages, an audible gap can be heard in the message while ANSWER reads
  106. ; or writes to or from the hard disk.  Use this option to reduce the amount
  107. ; of gap.  This is only used for some voice mail cards (not used by the ZOOM).
  108. ; Valid parameter range is 1 to 63 is measured in kbytes.  This defaults to 10.
  109.  
  110. MsgBufSize    10        ; Size of message buffer
  111.  
  112. ; The 'Rings' key word sets the number of rings to allow before answering the
  113. ; telephone.  Valid parameter range is 1 to 9.  This defaults to 2.
  114.  
  115. Rings        2        ; number of rings to allow before answering
  116.  
  117. ; The 'Prompt' key word enables or disables the playing of "PROMPT.BIN" after
  118. ; answering the phone.  This is only valid for Answer mode Data or Fax.  Valid
  119. ; parameters are Yes and No.  This defaults to No.
  120.  
  121. Prompt        No        ; prompt caller for touch tone keypress
  122.  
  123. ; The 'Mode' key words sets the answer mode.  If set to Voice, then the call
  124. ; is processed normally.  If set to Data, then if a touch-tone is received
  125. ; within the 'Timeout', then the call will be processed as a voice call.
  126. ; Otherwise, if after the 'Timeout' period, no touch tone is received, then
  127. ; ATA will be sent to the modem and the call will be processed as a data call.
  128. ; That is, if "CONNECT" is received from the modem, ANSWER will drop with an
  129. ; errorlevel equal to the value of the numeric result code of the connect.
  130. ; If no connect is received, ANSWER returns to waiting for calls.
  131. ; If set to Fax, the same processing occurs as in Data mode except if a
  132. ; "CONNECT" is receive, the call is processed as a FAX call, and ANSWER will
  133. ; exit with Fax code errorlevel 33.  Valid parameters are Voice, Data, and
  134. ; Fax.  This defaults to Voice.
  135.  
  136. Mode        Voice        ; Answer Voice/Fax/Data mode
  137.  
  138. ; The 'LocalArea' key word is used for outgoing calls.  If the area code of
  139. ; the number to be called equals this number, only the remaining seven digits
  140. ; of the number to call will be dialed.  Valid parameter is a 3 digit
  141. ; telephone area code.  This defaults to no parameter (left blank).
  142.  
  143. LocalArea            ; Local Area Code
  144.  
  145. ; The 'NullPhone' key word is used during local message play and record.  If a
  146. ; number is entered here, it will be dialed when messages are played or
  147. ; recorded locally.  Some telephone exchanges have a number which you can call
  148. ; for testing purposes and will produce just silence.  If no number is entered
  149. ; here, a '4' will be dialed every 'DialTime' seconds during play and record.
  150. ; This should be a seven digit number, but can be up to 29 ditits.  This
  151. ; defaults to no parameter (left blank).
  152.  
  153. NullPhone            ; null connect telephone number
  154.  
  155. ; The 'RemoteCode' key word is the password required to enter the Remote
  156. ; Programming Mode.  It can be up to 13 characters long and must be all digits.
  157. ; This defaults to 5.
  158.  
  159. RemoteCode    5        ; remote programming mode access code
  160.  
  161. ; The 'RCodeLen' key word tells ANSWER how long the RemoteCode is.  The valid
  162. ; parameter range is 1 to 13.  This defaults to 1.
  163.  
  164. RCodeLen    1        ; length of remote access code
  165.  
  166. ; The 'CallBack' key word defines a telephone number used by ANSWER to deliver
  167. ; incoming messages.  It may contain up to 29 digits and defaults to blank.
  168. ; If the callback is successfu